Wiki

Clone wiki

inf225 / glossary / Generic programming

[Alphabetical Index | Tag Index]

Generic programming*

A programming style which allows the same piece of code to deal with many different types, for example through polymorphism.

[Wikipedia]

Updated